PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


FindWindow Result Code Constant for the Proxy Icon

With the Mac OS 8.5 Window Manager, the FindWindow function may return the following constant to identify the cursor location at the time the user pressed the mouse button. see Mac OS 8 Window Manager Reference for information on other FindWindow result code constants.

enum {
    inProxyIcon = 12
};

Constant description

inProxyIcon
The user has pressed the mouse button while the cursor is in the proxy icon of a window. When FindWindow returns inProxyIcon , your application typically calls the function TrackWindowProxyDrag . See Tracking a Window Proxy Icon Drag and Displaying a Window Path Pop-Up Menu for examples of how your application might respond to receiving inProxyIcon from FindWindow .

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)